object frm_Shareware: Tfrm_Shareware Left = 616 Top = 118 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'TurboLaunch' ClientHeight = 281 ClientWidth = 265 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object ico_Program: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Stretch = True IsControl = True end object Label2: TLabel Left = 48 Top = 24 Width = 3 Height = 13 end object Label3: TLabel Left = 8 Top = 56 Width = 249 Height = 39 Alignment = taCenter AutoSize = False Caption = 'This program is shareware. If you find it useful, please suppor' + 't the shareware software concept by registering! Send $20.00 in' + ' US funds to:' WordWrap = True end object Label4: TLabel Left = 8 Top = 104 Width = 249 Height = 13 Alignment = taCenter AutoSize = False Font.Color = clPurple Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 8 Top = 118 Width = 249 Height = 13 Alignment = taCenter AutoSize = False Font.Color = clPurple Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 8 Top = 132 Width = 249 Height = 13 Alignment = taCenter AutoSize = False Font.Color = clPurple Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 7 Top = 152 Width = 250 Height = 39 Alignment = taCenter AutoSize = False Caption = 'Upon registering, you will receive a registration code that will' + ' remove this Wait Screen on this and all future versions of Turb' + 'oLaunch!' WordWrap = True end object Label1: TLabel Left = 48 Top = 8 Width = 5 Height = 13 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 8 Top = 48 Width = 249 Height = 2 TabOrder = 4 end object Panel2: TPanel Left = 8 Top = 200 Width = 249 Height = 2 TabOrder = 5 end object cmd_RegInfo: TBitBtn Left = 8 Top = 248 Width = 137 Height = 25 Caption = 'Registration Information' TabOrder = 1 OnClick = cmd_RegInfoClick Style = bsNew end object cmd_EnterCode: TBitBtn Left = 8 Top = 216 Width = 105 Height = 25 Caption = 'Enter My Code' TabOrder = 0 OnClick = cmd_EnterCodeClick Style = bsNew end object cmd_OK: TBitBtn Left = 120 Top = 216 Width = 137 Height = 25 Caption = 'Continue Evaluation' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 TabStop = False OnClick = cmd_OKClick Style = bsNew end object Panel3: TPanel Left = 120 Top = 216 Width = 137 Height = 25 BevelOuter = bvNone TabOrder = 6 end object cmd_RegForm: TBitBtn Left = 152 Top = 248 Width = 105 Height = 25 Caption = 'Registration Form' TabOrder = 2 OnClick = cmd_RegFormClick Style = bsNew end object Timer1: TTimer Interval = 200 OnTimer = Timer1Timer Left = 240 end end